http-proxy upstream-group
This command configures the Upstream Groups table, which lets you define Upstream Groups.
Syntax
(config-network)# http-proxy (http-proxy)# upstream-group <Index> (upstream-group-<Index>)#
Command |
Description |
---|---|
Index |
Defines the table row index. |
load-balancing-mode {ip-hash|least-connections|round-robin} |
Defines the load-balancing of traffic method for the hosts belonging to the Upstream Group. |
max-connections |
Defines the maximum number of simultaneous active connections to the proxied upstream server. |
name |
Defines a descriptive name, which is used when associating the row in other tables. |
protocol {HTTP\HTTPS|TCP\UDP} |
Defines the protocol. |
upstream-host |
Defines Upstream Hosts, which are hosts belonging to the Upstream Group (see http-proxy upstream-host). |
Command Mode
Privileged User
Example
This example configures an Upstream Group called Prov-Server:
(config-network)# http-proxy (http-proxy)# upstream-group 0 (upstream-group-0)# name Prov-Server